Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo
This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo schema contains properties that describe the current configuration of a key server.
This schema was added in vSphere API 7.0.0.0.
{
"type": "string",
"description": "string",
"proxy_server": {
"hostname": "string",
"port": 0
},
"connection_timeout": 0,
"kmip_server": {
"servers": [
{
"name": "string",
"address": {
"hostname": "string",
"port": 0
}
}
],
"username": "string"
}
}
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
Type of the key server.
For more information see: Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo Type.
This property was added in vSphere API 7.0.0.0.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
Description of the key server.
This property was added in vSphere API 7.0.0.0.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
Proxy server configuration.
This property was added in vSphere API 7.0.0.0.
If missing or null
, proxy server configuration will not be set.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
Connection timeout in seconds.
This property was added in vSphere API 7.0.0.0.
If missing or null
, connection timeout will be unset.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
Configuration information for KMIP based key server.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of type is Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo Type.KMIP.